Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / PropertyBridge<TPropType> Class / Target Property

In This Topic
    Target Property (PropertyBridge<TPropType>)
    In This Topic
    Gets or sets a target value.
    Syntax
    'Declaration
     
    
    Public Property Target As TPropType
    public TPropType Target {get; set;}
    See Also